Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / ChangeStyle Method / ChangeStyle(IWorksheet,Reference[],SparklineStylePreset) Method
The worksheet contains sparklines.
The locations of sparklines.
The style preset of sparklines.


In This Topic
    ChangeStyle(IWorksheet,Reference[],SparklineStylePreset) Method
    In This Topic
    Creates a command that change the style appearance of sparklines.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ChangeStyle( _
       ByVal worksheet As IWorksheet, _
       ByVal references() As Reference, _
       ByVal preset As SparklineCommand.SparklineStylePreset _
    ) As SparklineCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim references() As Reference
    Dim preset As SparklineCommand.SparklineStylePreset
    Dim value As SparklineCommand
     
    value = SparklineCommand.ChangeStyle(worksheet, references, preset)

    Parameters

    worksheet
    The worksheet contains sparklines.
    references
    The locations of sparklines.
    preset
    The style preset of sparklines.
    See Also